TestModel

public final class TestModel implements CertificateData

Functions

getCertificateIdentifier
Link copied to clipboard
final String getCertificateIdentifier()
getCertificateIssuer
Link copied to clipboard
final String getCertificateIssuer()
getCountryOfVaccination
Link copied to clipboard
final String getCountryOfVaccination()
getDateTimeOfCollection
Link copied to clipboard
final String getDateTimeOfCollection()
getDateTimeOfTestResult
Link copied to clipboard
final String getDateTimeOfTestResult()
getDisease
Link copied to clipboard
String getDisease()
getResultType
Link copied to clipboard
final TestResult getResultType()
getTestingCentre
Link copied to clipboard
final String getTestingCentre()
getTestName
Link copied to clipboard
final String getTestName()
getTestNameAndManufacturer
Link copied to clipboard
final String getTestNameAndManufacturer()
getTestResult
Link copied to clipboard
final String getTestResult()
getTypeOfTest
Link copied to clipboard
final String getTypeOfTest()

Properties

certificateIdentifier
Link copied to clipboard
private final String certificateIdentifier
certificateIssuer
Link copied to clipboard
private final String certificateIssuer
countryOfVaccination
Link copied to clipboard
private final String countryOfVaccination
dateTimeOfCollection
Link copied to clipboard
private final String dateTimeOfCollection
dateTimeOfTestResult
Link copied to clipboard
private final String dateTimeOfTestResult
disease
Link copied to clipboard
private final String disease
resultType
Link copied to clipboard
private final TestResult resultType
testingCentre
Link copied to clipboard
private final String testingCentre
testName
Link copied to clipboard
private final String testName
testNameAndManufacturer
Link copied to clipboard
private final String testNameAndManufacturer
testResult
Link copied to clipboard
private final String testResult
typeOfTest
Link copied to clipboard
private final String typeOfTest